crypto/tls.certificateRequestMsg.hasSignatureAlgorithm (field)
7 uses
crypto/tls (current package)
conn.go#L1058: hasSignatureAlgorithm: c.vers >= VersionTLS12,
handshake_client.go#L921: if !certReq.hasSignatureAlgorithm {
handshake_messages.go#L1570: hasSignatureAlgorithm bool
handshake_messages.go#L1590: if m.hasSignatureAlgorithm {
handshake_messages.go#L1605: if m.hasSignatureAlgorithm {
handshake_messages.go#L1657: if m.hasSignatureAlgorithm {
handshake_server.go#L543: certReq.hasSignatureAlgorithm = true
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)